Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stepping through MulticastDelegate under the Debugger #108414

Conversation

mikelle-rogers
Copy link
Member

This PR updates how the Debugger steps through a multicast delegate. Rather than putting a breakpoint on the entry of a helper method, we now call the helper method, which calls the relevant functions to find where we are to step next.

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@mikelle-rogers mikelle-rogers marked this pull request as ready for review September 30, 2024 22:51
@mikelle-rogers mikelle-rogers requested review from noahfalk, a team and jkotas September 30, 2024 22:51
@mikelle-rogers
Copy link
Member Author

contributes to #68018

src/coreclr/vm/stubhelpers.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/stubhelpers.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/debugger.cpp Outdated Show resolved Hide resolved
@mikelle-rogers mikelle-rogers force-pushed the dev/mirogers/testingMulticastDelegateMac branch from e7b864f to bcc0cf9 Compare October 1, 2024 21:52
@jkotas
Copy link
Member

jkotas commented Oct 2, 2024

The VM side of the change LGTM. I do not understand the debugger side well enough to sign-off on it.

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see it coming along!

src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/debug/ee/debugger.cpp Outdated Show resolved Hide resolved
@mikelle-rogers mikelle-rogers force-pushed the dev/mirogers/testingMulticastDelegateMac branch from f5f3709 to c152b10 Compare October 2, 2024 21:54
Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small suggestions, but overall looks good 👍

src/coreclr/debug/ee/controller.cpp Outdated Show resolved Hide resolved
src/coreclr/vm/stubmgr.cpp Outdated Show resolved Hide resolved
@mikelle-rogers mikelle-rogers merged commit abde3f9 into dotnet:main Oct 9, 2024
90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants